--content. With --no-pull, avoid downloading content, and with
--no-push avoid uploading content. This was done before, but
inconsistently.
+ * sync: Added -g as a short option for --no-content.
* uninit: Avoid buffering the names of all annexed files in memory.
-- Joey Hess <id@joeyh.name> Sat, 08 Apr 2023 13:57:18 -0400
)
<*> switch
( long "no-content"
+ <> short 'g'
<> help "do not transfer annexed file contents"
)
<*> many (strOption
When this is combined with --no-content, only the git-annex branch
will be pulled.
-* `--no-content`, `--content`
+* `--no-content, `-g`, `--content`
- Use `--no-content` to avoid downloading (and dropping)
+ Use `--no-content` or `-g` to avoid downloading (and dropping)
the content of annexed files.
If you often use `--no-content`, you can set the `annex.synccontent`
When this is combined with --no-content, only the git-annex branch
will be pulled.
-* `--no-content`, `--content`
+* `--no-content`, `-g`, `--content`
- Use `--no-content` to avoid uploading (and dropping) the content of annexed
- files.
+ Use `--no-content` or `-g` to avoid uploading (and dropping) the content
+ of annexed files.
If you often use `--no-content`, you can set the `annex.synccontent`
configuration to false to prevent uploading content by default.
# OPTIONS
-* `--content`, `--no-content`
+* `--content`, `--no-content`, `-g`
The --content option causes the content of annexed files
to also be pulled and pushed.
+ The --no-content and -g options cause the content of annexed files to
+ not be pulled and pushed.
+
The `annex.synccontent` configuration can be set to true to make
`--content` be enabled by default.